home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-02-25 | 1.9 KB | 73 lines | [TEXT/MPS ] |
- # File: makefile
- # Target: SVEdit
- # Sources: SVEditGlobals.c
- # SVEditGlobals.h
- # SVEditUtils.h
- # SVEditUtils.c
- # SVEditAEUtils.h
- # SVEditAEUtils.c
- # SVEditions.h
- # SVEditions.c
- # SVEditWindow.c
- # SVEditWindow.h
- # SVEditFile.h
- # SVEditFile.c
- # SVEditAppleEvents.c
- # SVEditAppleEvents.h
- # SVEditMain.c
-
-
- OBJECTS = ∂
- SVEditGlobals.c.o ∂
- SVEditUtils.c.o ∂
- SVEditAEUtils.c.o ∂
- SVEditions.c.o ∂
- SVEditWindow.c.o ∂
- SVEditFile.c.o ∂
- SVAppleEvents.c.o ∂
- SVEditMain.c.o ∂
-
-
- SVEditGlobals.c.o ƒ makefile SVEditGlobals.h SVEditGlobals.c
- c SVEditGlobals.c -sym off
-
- SVEditUtils.c.o ƒ makefile SVEditUtils.h SVEditUtils.c SVEditGlobals.h
- c SVEditUtils.c -sym off
-
- SVEditAEUtils.c.o ƒ makefile SVEditAEUtils.h SVEditAEUtils.c SVEditGlobals.h
- c SVEditAEUtils.c -sym off
-
- SVEditions.c.o ƒ makefile SVEditions.h SVEditions.c SVEditGlobals.h SVEditUtils.h
- c SVEditions.c -sym off
-
- SVEditWindow.c.o ƒ makefile SVEditWindow.c SVEditWindow.h SVEditGlobals.h SVEditUtils.h
- c SVEditWindow.c -sym off
-
- SVEditFile.c.o ƒ makefile SVEditFile.h SVEditFile.c SVEditGlobals.h SVEditUtils.h
- c SVEditFile.c -sym off
-
- SVAppleEvents.c.o ƒ makefile SVAppleEvents.h SVAppleEvents.c SVEditGlobals.h SVEditUtils.h SVEditAEUtils.h SVEditWindow.h
- c SVAppleEvents.c -sym off
-
- SVEditMain.c.o ƒ makefile SVEditMain.c SVAppleEvents.h SVEditGlobals.h SVEditUtils.h SVEditWindow.h
- c SVEditMain.c -sym off
-
- 7Edit ƒƒ makefile {OBJECTS}
- Link -sym off -w -t APPL -c 'SVED' ∂
- {OBJECTS} ∂
- "{Libraries}"Runtime.o ∂
- "{Libraries}"Interface.o ∂
- "{Libraries}"ToolLibs.o ∂
- "{CLibraries}"StdCLib.o ∂
- "{PLibraries}"PasLib.o ∂
- "{Libraries}"AEObjectSupportLib.o ∂
- -o 7Edit
-
- 7Edit ƒƒ SVEdit.r makefile
- Rez -rd -o {Targ} SVEdit.r -append
-
-
-
-
-
-